NodeType
NodeKey
PortKey
LinkType
Northwoods.GoSilverlight 2.1.1 Assembly
GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class

Glossary Item Box

This nested class is used during copying to hold a mapping of original nodes to newly copied nodes and original links to newly copied links.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GraphLinksModel.CopyDictionary
    (Of NodeType,NodeKey,PortKey,LinkType) 
   Implements ICopyDictionary 
C# 
public sealed class GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> : ICopyDictionary  

Type Parameters

NodeType
NodeKey
PortKey
LinkType

Remarks

This ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data and which newly copied link data correspond to which original link data.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateCopyDictionary to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.CopyDictionary<NodeType,NodeKey,PortKey,LinkType>

Requirements

See Also

© 2013 All Rights Reserved.